.top-box {
    width: 100%;
    height: 30px;
    /* background: #343539; */
    box-shadow: 1px 1px 9px 0.4px #ccc;
}

.top-box-content {
    width: 1190px;
    margin: 0 auto;
    color: #777;
}

#tellogin1 {
    float: right;
    height: 30px;
}

.gsgw-block {
    width: 80px;
    height: 22px;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
    line-height: 22px;
    border: 1px solid #4b8eff;
    border-radius: 3px;
    color: #4b8eff !important;
    margin-right: 30px;
}

.top-right a,
.top-box-content ul li a {
    color: rgb(52, 116, 189);
    line-height: 30px;
}

.top-right a:hover,
.top-box-content ul li a:hover {
    color: blue;
}

.top-box-content ul li {
    float: left;
    color: #777;
    /* margin: 0 25px; */
}

header>div:nth-child(1) {
    height: 68px !important;
}

#nav {
    top: 18px !important;
}

.layui-nav .layui-nav-item {
    line-height: 80px;
}

#logo {
    margin-top: 10px;
}


/* 间距 */

.title {
    padding-top: 55px;
    padding-bottom: 30px;
}

.title>p:nth-child(1) {
    margin-bottom: 10px;
}


/* 客服 */

.bottom-aside {
    /* width: 180px; */
    height: 120px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    /* background: #28292d; */
    background: rgb(52, 116, 189);
    /* overflow: hidden; */
    font-size: 14px;
    z-index: 999999;
    /* box-shadow: 1px 1px 9px 0.4px #ccc; */
    border-radius: 5px;
}

.bottom-aside a {
    /* color: #fff; */
    line-height: 37px;
    float: left;
    font-size: 14px;
}

.bottom-aside li {
    height: 37px;
    margin: 18px auto 12px;
    line-height: 55px;
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
    border-radius: 5px;
}

.bottom-aside li:nth-child(1) {
    /* border-bottom: 1px dotted #afafaf; */
}

.bottom-aside li img {
    margin: 5px 10px;
    float: left;
}


/* .bottom-aside li:first-child {
    border-bottom: 1px solid #888;
} */

.aside-left {
    /* width: 12%; */
    background: #4b8eff;
    color: #fff;
    line-height: 100px;
    font-size: 22px;
    line-height: 150px;
    text-align: center;
    width: 25px;
    overflow: hidden;
    cursor: pointer;
    padding-left: 5px;
    /* padding: 0 3px; */
}

.aside-right {
    width: 180px;
}

.aside-right a {
    font-size: 15px;
}

.aside-right a:hover {
    color: #eee;
}

.erweima1 img {
    transition: all .6s;
}

.erweima1 img:hover {
    transform: scale(1.6);
}